Thank you for purchasing the Template. Need Support: If you have any questions that are beyond the scope of this help file, please feel free to email us with mention Purchase Code ( Where Is My Purchase Code?) via my user page contact form here. You can also Ping Us through Item Support Tab (better and fast). Thanks so much!
Clean Form is a Full Responsive PHP Working Ajax Multi-purpose Form with Required field jQuery validation built on PHP, HTML5, CSS3 and JQuery. Code written in a simple way by which you can easily integrated at your site.
Clean Form Responsive PHP Working Ajax Multi-purpose Form can be used for your organization, company, hotel room reservation, restaurant table reservation, Job Apply, business or Personal use. So that your visitors, customers, clients, agents, members can contact you, let you know their concern, book restaurant table, hotel reservation, apply for job through the form.
Clean Form is a responsive, clean, well documented Ajax Multi-purpose Form. It can be simply integrated at your site with the documentation help. All the codes are clean, well commented and well organized with proper help documentation. It looks great with all types of devices. Try out the demo.
After extract the main zip file, you'll see these folders and files:
HTML FILES INCLUDED :
PHP FILE INCLUDED :
To change icon & it's size just change icon class name like fa-solid fa-phone, fa-solid fa-envelope, fa-solid fa-house classes (see examples below). Find more on fontawesome & fontawesome examples
Each form has it's own unique id for form valiadtion and ajax functionality. So, js code for form processing written based on the form id.
Each form has it's own unique id for form valiadtion and ajax functionality. So, js code for form processing written based on the form id.
For Google recaptcha you will need only sitekey. You do not need Secret key in my script.
Each form has it's own unique id for form valiadtion and ajax functionality. So, js code for form processing written based on the form id.
You have to add a language file for your specific langauage Calendar. In root js=>locales directory you will find around 82 differnet calendar language files.
main.js file with your HTML/PHP editor.mapOptions(You can use the search tool CTRL+F)
To change map marker popup text go to js/main.js
main.js file with your HTML/PHP editor.map-marker(You can use the search tool CTRL+F)
Go to bottom of a html file and put your YOUR_API_KEY as you can see in the image
Go to the Adding a Google Map page and flow the instructions
Go to bottom of a html file and put your YOUR_API_KEY as you can see in the image
For getting specific Country location suggestions in address field then you have to assign the country code (use your required country code instead of 'UK').
Go to the Get a key for Google Places API Web Service page and flow the instructions
Go to template folder & open mgs-functions.php file with your HTML/PHP editor and change according to you will find (Change here). Please check the following screenshot image.
Go to template folder & open contact-process.php/YOUR-FORM-PROCESS-FILE.php file with your HTML/PHP editor and change Subject as you need. Please check the following screenshot image.
Add data-role="tagsinput" to add Tags Input. Also you have to include necessary css and js files (check demo page)
Open your form processing php file and set as described in the following screenshots. You will get email template html in mgsc-email-template directory
email settings php file => mgs-functions.php
Set $mgssendconfirmation = true; if want to send Confirmation email to sender
Confirmation email php file => mgs-send-confirmation.php
usercopy settings php file => mgs-functions.php
Set $usercopy = (isset($_POST["usercopy"])) ? filter_var($_POST['usercopy'], FILTER_SANITIZE_NUMBER_INT) : 1; if want to send Usercopy email to Sender
make it 1 if want to force send Usercopy email to Sender.
Otherwise you can put a checkbox in your form for sender checked if they want a usercopy.